home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / chunky_dev.lha / chunky_dev / Demos / _shared / requester.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-15  |  299 b   |  17 lines

  1. //
  2. // chunky.library demo
  3. // MODULE: shows an EasyRequest() requester on our DemoScreen
  4. //
  5. // (c) 1999 Rosande Limited, all rights reserved.
  6. // PUBLIC DOMAIN
  7. //
  8.  
  9. #ifndef DEMO_REQUESTER_H
  10. #define DEMO_REQUESTER_H
  11.  
  12. #include <exec/types.h>
  13.  
  14. BOOL DEMO_Request(STRPTR Body, STRPTR Gadgets, ...);
  15.  
  16. #endif
  17.